CreateTypedCommand<T>(IDicomCommandClientSessionProxy,DicomDataSet) Method

Summary
Generic method for creating a typed command with the provided parameters.
Syntax
C#
VB
C++
public virtual T CreateTypedCommand<T>( 
   IDicomCommandClientSessionProxy sessionProxy, 
   DicomDataSet requestDataSet 
) 
  
Public Overloads Overridable Function CreateTypedCommand(Of T As DicomCommand)( _ 
   ByVal sessionProxy As IDicomCommandClientSessionProxy, _ 
   ByVal requestDataSet As DicomDataSet _ 
) As T 
public: 
virtual _T^_ CreateTypedCommandgeneric<typename T> 
(  
   IDicomCommandClientSessionProxy^ sessionProxy, 
   DicomDataSet^ requestDataSet 
)  
where T: DicomCommand 

Parameters

sessionProxy
The Leadtools.Dicom.Scp.IDicomCommandClientSessionProxy object which will be used to handle the communication with the client.

requestDataSet
The Leadtools.Dicom.DicomDataSet which is received with the client request.

Type Parameters

T
The type of the returned DicomCommand. This type should be inherited from a DicomCommand.

Return Value

Returns the created DicomCommand.

Remarks

This method will try to create a DicomCommand with the given generic type. It will also pass the provided sessionProxy and requestDataSet to the command constructor.

If the method fails to create the command it will throw an exception.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.